Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow setting java_opts only #343

Merged
merged 11 commits into from
Oct 29, 2024
Merged

Allow setting java_opts only #343

merged 11 commits into from
Oct 29, 2024

Conversation

tuxmea
Copy link
Member

@tuxmea tuxmea commented Oct 28, 2024

This PR allows users to not use java_xmx, java_xms, java_maxmetaspacesize, but add all Java Options to java_opts instead.

fixes: #342

This PR allows users to not use java_xmx, java_xms, java_maxmetaspacesize,
but add all Java Options to java_opts instead.

fixes: 342

Signed-off-by: Martin Alfke <ma@betadots.de>
Signed-off-by: Martin Alfke <ma@betadots.de>
- fix handling of Array java_opts in standalone conf

Signed-off-by: Martin Alfke <ma@betadots.de>
Signed-off-by: Martin Alfke <ma@betadots.de>
Signed-off-by: Martin Alfke <ma@betadots.de>
Signed-off-by: Martin Alfke <ma@betadots.de>
Signed-off-by: Martin Alfke <ma@betadots.de>
manifests/init.pp Outdated Show resolved Hide resolved
- reenable default values
- check in template if parameter is set to empty string

Signed-off-by: Martin Alfke <ma@betadots.de>
Signed-off-by: Martin Alfke <ma@betadots.de>
@bastelfreak bastelfreak merged commit 36a0c2c into voxpupuli:master Oct 29, 2024
5 checks passed
@tuxmea tuxmea deleted the java_opts branch October 29, 2024 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow using java_opts only
2 participants